testing.common.hasSub (field)

6 uses

	testing (current package)
		benchmark.go#L257: 	if b.hasSub.Load() || finished {
		benchmark.go#L811: 	b.hasSub.Store(true)
		benchmark.go#L844: 		sub.hasSub.Store(true)
		testing.go#L653: 	hasSub         atomic.Bool    // whether there are sub-benchmarks.
		testing.go#L2024: 		if t.parent != nil && !t.hasSub.Load() {
		testing.go#L2058: 	t.hasSub.Store(true)